home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _55F651D8DCAF4C32A6410AF56437D559 < prev    next >
Encoding:
Text File  |  2005-12-29  |  409 b   |  30 lines

  1. // generated file - max export plugin
  2. // origin: Platforma.max
  3.  
  4. Shader()
  5. {
  6.     Pass()
  7.     {
  8.         tmu()
  9.         {
  10.             Texture()
  11.             {
  12.                 Image("PlatformaMenuWnent.png")
  13.             }
  14.         }
  15.  
  16.         AmbientColor(1.000, 1.000, 1.000, 1.000)
  17.         DiffuseColor(1.000, 1.000, 1.000, 1.000)
  18.         SpecularColor(0.000, 0.000, 0.000, 1.000)
  19.         EmissiveColor(0.000, 0.000, 0.000, 1.000)
  20.         SpecularPow(0.000)
  21.  
  22.     }
  23.  
  24.     Cull("cw")
  25. }
  26.  
  27.  
  28.  
  29.  
  30.